:root {
	/* 顶部颜色 */
	--theme-top-bg: #0a1e64;

	/* 四按钮 */
	--theme-btn01: #4ABEA1;
	--theme-btn02: #0070FF;
	--theme-btn03: #5C45D3;
	--theme-btn04: #0E48EA;
	
	/* 底部背景颜色 */
	--theme-bottom-bg: #091028;

	/* 数据统计 背景颜色 */
	--theme-data-bg: #1e409e;

	/* 鼠标效果 */
	--theme-hover: #0e48ea;
}
